home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself VRML 2 in 21 Days / Teach Yourself VRML 2 in 21 Days.iso / pc / source / chap05 / 05tyv05.wrl < prev    next >
Encoding:
Text File  |  1996-10-21  |  1.1 KB  |  53 lines

  1. #VRML V2.0 utf8
  2.  
  3. Viewpoint { position 2.5 0 38 }
  4.  
  5. Transform {
  6.     translation -16 0 0
  7.     children Shape {
  8.         geometry Text {
  9.             string [ "VRML", "is the wave", "of the future" ]
  10.             fontStyle FontStyle { 
  11.             }
  12.         }
  13.     }
  14. }
  15.  
  16. Transform {
  17.     translation -9 0 0
  18.     children Shape {
  19.         geometry Text {
  20.             string [ "VRML", "is the wave", "of the future" ]
  21.             fontStyle FontStyle { 
  22.                 #family "SANS"
  23.                 #style "BOLDITALIC"
  24.             }
  25.         }
  26.     }
  27. }
  28.  
  29. Transform {
  30.     translation -2 0 0
  31.     children Shape {
  32.         geometry Text {
  33.             string [ "VRML", "is the wave", "of the future" ]
  34.             fontStyle FontStyle {
  35.                 size 2
  36.             }
  37.         }
  38.     }
  39. }
  40.  
  41. Transform {
  42.     translation 10 0 0
  43.     children Shape {
  44.         geometry Text {
  45.             string [ "VRML", "is the wave", "of the future" ]
  46.             fontStyle FontStyle {
  47.                 size 2
  48.                 spacing 1.5
  49.             }
  50.         }
  51.     }
  52. }
  53.